home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Tools / nShell™ 1.0.3 / nShell / bin / rm / rm.rsrc / TEXT_16000_man general.txt < prev    next >
Encoding:
Text File  |  1994-09-24  |  496 b   |  20 lines

  1.  
  2. NAME
  3.  
  4. rm, rmdir - remove files or directories
  5.  
  6. SYNOPSIS
  7.  
  8. rm file [file2...]
  9. rmdir dir [dir2...]
  10.  
  11. DESCRIPTION
  12.  
  13. The "rm" command will delete each file in a list.  Missing files are skipped.  If a directory is specified as a parameter to "rm", it is skipped as well.
  14.  
  15. The "rmdir" will delete each directory in a list.  Missing directories are skipped.  If a file is specified as a parameter to "rm", it is skipped as well.  Directories must be empty to be deleted.
  16.  
  17. RETURN CODES
  18.  
  19. <0    Error
  20. 0    Success